home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / CONTRSRC.ZIP / SRC / WAVES / REARMWAV.TXT / text0000.txt < prev   
Encoding:
Text File  |  1994-10-03  |  988 b   |  25 lines

  1. : ; When a▓ït▓/h▓ = ╜ last term vanishes, giving:
  2. : ;                   ⌡   1   └
  3. : ;        u(t+1) = ╜ ■ 1 0 1 ■u - u(t-1)
  4. : ;                   ┴   1   π
  5. : ;
  6. : ; This needs only 4 ADD/SUB and one SAR operation per mesh point!
  7.  
  8. Tough shit!
  9.  
  10. I never thought of that. Hmm. So you don't keep a speed array at all! That should
  11. speed up my routine considerably. I did my stuff in machine language this
  12. weekend and was already stunned by the result... But, it was over 40 instructions
  13. per mesh point
  14.  
  15. Thanx for posting this.
  16. --
  17.           _  |_  __ |_   _  _   _  |_
  18.          (_| |_) _) |_, |  (_| (_, |_,  _   _   _   _   _   _  |_  __
  19.                                        (_, (_) | | (_, (-, |_) |_, _)
  20.                                                            |
  21.                       A DVision Software Group division
  22. ====== Simm (germans@cs.vu.nl) - Coder / Musician / Graphician / etc. ======
  23.           "Whatever you do, continue to F5" - Space Manbow / Konami
  24.  
  25.